• frmCustomersRecord1.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmCustomersRecord1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmCustomersRecord1));
32             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.txtCustomers = new System.Windows.Forms.TextBox();
35             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
36             
this.Button3 = new System.Windows.Forms.Button();
37             
this.lblUser = new System.Windows.Forms.Label();
38             
this.lblUserType = new System.Windows.Forms.Label();
39             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
40             
this.groupBox1.SuspendLayout();
41             
this.GroupBox2.SuspendLayout();
42             
this.SuspendLayout();
43             
//
44             
// dataGridView1
45             
//
46             
this.dataGridView1.AllowUserToAddRows = false;
47             
this.dataGridView1.AllowUserToDeleteRows = false;
48             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
49             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
50             
this.dataGridView1.Location = new System.Drawing.Point(7, 91);
51             
this.dataGridView1.MultiSelect = false;
52             
this.dataGridView1.Name = "dataGridView1";
53             
this.dataGridView1.ReadOnly = true;
54             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
55             
this.dataGridView1.Size = new System.Drawing.Size(845, 554);
56             
this.dataGridView1.TabIndex = 0;
57             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
58             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
59             
//
60             
// groupBox1
61             
//
62             
this.groupBox1.Controls.Add(this.txtCustomers);
63             
this.groupBox1.Location = new System.Drawing.Point(7, 3);
64             
this.groupBox1.Name = "groupBox1";
65             
this.groupBox1.Size = new System.Drawing.Size(258, 82);
66             
this.groupBox1.TabIndex = 1;
67             
this.groupBox1.TabStop = false;
68             
this.groupBox1.Text = "Search Customers";
69             
//
70             
// txtCustomers
71             
//
72             
this.txtCustomers.Location = new System.Drawing.Point(16, 40);
73             
this.txtCustomers.Name = "txtCustomers";
74             
this.txtCustomers.Size = new System.Drawing.Size(218, 24);
75             
this.txtCustomers.TabIndex = 0;
76             
this.txtCustomers.TextChanged += new System.EventHandler(this.txtCustomers_TextChanged);
77             
//
78             
// GroupBox2
79             
//
80             
this.GroupBox2.Controls.Add(this.Button3);
81             
this.GroupBox2.Location = new System.Drawing.Point(271, 3);
82             
this.GroupBox2.Name = "GroupBox2";
83             
this.GroupBox2.Size = new System.Drawing.Size(134, 82);
84             
this.GroupBox2.TabIndex = 17;
85             
this.GroupBox2.TabStop = false;
86             
//
87             
// Button3
88             
//
89             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.Button3.Location = new System.Drawing.Point(19, 23);
91             
this.Button3.Name = "Button3";
92             
this.Button3.Size = new System.Drawing.Size(94, 40);
93             
this.Button3.TabIndex = 2;
94             
this.Button3.Text = "&Export Excel";
95             
this.Button3.UseVisualStyleBackColor = true;
96             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
97             
//
98             
// lblUser
99             
//
100             
this.lblUser.AutoSize = true;
101             
this.lblUser.Location = new System.Drawing.Point(459, 43);
102             
this.lblUser.Name = "lblUser";
103             
this.lblUser.Size = new System.Drawing.Size(39, 17);
104             
this.lblUser.TabIndex = 18;
105             
this.lblUser.Text = "label1";
106             
this.lblUser.Visible = false;
107             
//
108             
// lblUserType
109             
//
110             
this.lblUserType.AutoSize = true;
111             
this.lblUserType.Location = new System.Drawing.Point(504, 43);
112             
this.lblUserType.Name = "lblUserType";
113             
this.lblUserType.Size = new System.Drawing.Size(39, 17);
114             
this.lblUserType.TabIndex = 19;
115             
this.lblUserType.Text = "label2";
116             
this.lblUserType.Visible = false;
117             
//
118             
// frmCustomersRecord1
119             
//
120             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
121             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
123             
this.ClientSize = new System.Drawing.Size(856, 646);
124             
this.Controls.Add(this.lblUserType);
125             
this.Controls.Add(this.lblUser);
126             
this.Controls.Add(this.GroupBox2);
127             
this.Controls.Add(this.groupBox1);
128             
this.Controls.Add(this.dataGridView1);
129             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
130             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
131             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
132             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
133             
this.MaximizeBox = false;
134             
this.Name = "frmCustomersRecord1";
135             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
136             
this.Text = "Customers Record";
137             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustomersRecord1_FormClosing);
138             
this.Load += new System.EventHandler(this.frmCustomersRecord_Load);
139             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
140             
this.groupBox1.ResumeLayout(false);
141             
this.groupBox1.PerformLayout();
142             
this.GroupBox2.ResumeLayout(false);
143             
this.ResumeLayout(false);
144             
this.PerformLayout();
145
146         }
147
148         
#endregion
149
150         
private System.Windows.Forms.DataGridView dataGridView1;
151         
private System.Windows.Forms.GroupBox groupBox1;
152         
private System.Windows.Forms.TextBox txtCustomers;
153         
internal System.Windows.Forms.GroupBox GroupBox2;
154         
internal System.Windows.Forms.Button Button3;
155         
public System.Windows.Forms.Label lblUser;
156         
public System.Windows.Forms.Label lblUserType;
157     }
158 }


Gõ tìm kiếm nhanh...